@charset "UTF-8";
@font-face {
  font-family: 'YouSheBiaoTiHei';
  src: url("./fonts/YouSheBiaoTiHei-2.ttf");
}

/* 头部导航 */
.header {
  width: 100%;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container .con-title {
  color: #333;
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: 700;
  text-align: center;
  margin: 15px 0 28px;
  font-family: 'SourceHanSansCN';
}

.container .con-desc {
  color: #333;
  font-size: 18px;
  text-align: center;
}

.verline {
  width: 1px;
  height: 14px;
  background-color: #d4d4d4;
  display: inline-block;
}

.h-top {
  width: 100%;
  background-color: #f6f6f6;
  padding: 11px 0;
}

.h-top .wel {
  font-family: SourceHanSansCN-Normal;
  font-size: 14px;
  color: #888888;
  line-height: 1;
  float: left;
}

.h-top .link {
  float: right;
}

.h-top .link > a {
  font-family: 'SourceHanSansCN-Normal';
  font-size: 14px;
  color: #888888;
  line-height: 1;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.h-top .link > a img {
  margin-right: 6px;
  vertical-align: middle;
}

.h-top .link > a span {
  vertical-align: middle;
}

.h-top .link > a .code {
  width: 100px;
  height: 100px;
  padding: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #153b96;
  top: 270%;
  display: none;
}

.h-top .link > a .code::after {
  width: 0;
  height: 0;
  content: '';
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #153b96;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8%;
}

.h-top .link > a .code img {
  width: 100%;
  height: 100%;
}

.h-top .verline {
  margin: 0 30px;
}

.h-center {
  width: 100%;
  background-color: #fff;
  padding: 24px 0;
}

.h-center .logo {
  float: left;
  height: 62px;
  cursor: pointer;
}

.h-center .verline {
  float: left;
  height: 30px;
  margin: 16px 38px 16px 22px;
}

.h-center .title {
  float: left;
  line-height: 62px;
  color: #333;
  font-size: 42px;
  font-family: 'YouSheBiaoTiHei';
}

.h-center .title span {
  color: #153b96;
}

.h-center .phone {
  padding: 5px 0;
  float: right;
}

.h-center .phone-icon {
  display: inline-block;
  height: 52px;
  margin-right: 16px;
  vertical-align: middle;
}

.h-center .phone-icon img {
  width: 100%;
  height: 100%;
}

.h-center .phone-number {
  display: inline-block;
  vertical-align: middle;
}

.h-center .phone-number .numTop {
  font-size: 14px;
  color: #888888;
  line-height: 1.2;
  margin-bottom: 6px;
}

.h-center .phone-number .numBottom {
  color: #153b96;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  font-family: 'Arial-Black';
}

.h-bottom {
  width: 100%;
  background-color: #153b96;
}

.h-bottom .h-nav {
  width: 100%;
}

.h-bottom .h-nav a {
  float: left;
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 19px 20px;
  cursor: pointer;
}

.h-bottom .h-nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.h-bottom .h-nav .pos {
  background-color: rgba(255, 255, 255, 0.2);
}

/* 底部导航 */
.footer {
  width: 100%;
}

.f-top {
  width: 100%;
  background-color: #303030;
  font-size: 0;
  padding: 54px 0 40px;
}

.f-top .ft-left {
  width: 30%;
  display: inline-block;
}

.f-top .ft-right {
  width: 70%;
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.f-top .ft-phone {
  font-size: 26px;
  color: #fff;
  line-height: 1.15;
}

.f-top .ft-pos {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 13px 0 29px;
}

.f-top .ft-code .code1, .f-top .ft-code .code2 {
  display: inline-block;
}

.f-top .ft-code .code1 .icon, .f-top .ft-code .code2 .icon {
  width: 100%;
  margin-bottom: 10px;
}

.f-top .ft-code .code1 .icon img, .f-top .ft-code .code2 .icon img {
  width: 100%;
}

.f-top .ft-code .code1 .text, .f-top .ft-code .code2 .text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 2.5;
  text-align: center;
}

.f-top .ft-code .code1 {
  margin-right: 36px;
}

.f-top .ft-nav {
  width: 62%;
  display: inline-block;
}

.f-top .ft-nav .nav-title {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}

.f-top .ft-nav .nav-list {
  width: 25%;
  float: left;
}

.f-top .ft-nav .nav-item {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 2.5;
  cursor: pointer;
}

.f-top .ft-link {
  width: 38%;
  display: inline-block;
  padding-left: 10%;
}

.f-top .ft-link .link-title {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin-bottom: 40px;
  font-weight: 700;
}

.f-top .ft-link .link-list {
  width: 50%;
  float: left;
}

.f-top .ft-link .link-item {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 2.5;
  cursor: pointer;
}

.f-bottom {
  width: 100%;
  background-color: #3a3a3a;
  padding: 18px 0;
}

.f-bottom .copyright {
  float: left;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.f-bottom .builder {
  float: right;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

/* 内页banner */
.banner {
  padding: 100px 0;
}

.banner .title {
  font-size: 48px;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 700;
}

.banner .desc {
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}

/* 内页搜索 */
.search-bar {
  width: 100%;
  padding: 40px 0;
}

.search-bar .bar_l {
  width: 38%;
  display: inline-block;
  vertical-align: top;
}

.search-bar .bar_c {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.search-bar .bar_r {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  padding: 9px 0;
}

.search-bar .bar-title {
  font-size: 30px;
  color: #153b96;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 48px;
}

.search-bar .bar-data .data {
  width: 30%;
  display: inline-block;
}

.search-bar .bar-data span {
  color: #999;
  font-size: 14px;
  line-height: 2.1;
}

.search-bar .bar-form {
  font-size: 0;
  margin-bottom: 10px;
}

.search-bar .bar-form input {
  border: none;
  background-color: transparent;
}

.search-bar .bar-form input:first-of-type {
  width: 70%;
  background-color: #f6f6f6;
  font-size: 14px;
  padding: 17px 20px;
}

.search-bar .bar-form input:last-of-type {
  width: 30%;
  background-color: #153b96;
  color: #fff;
  font-size: 14px;
  padding: 17px 31px;
  cursor: pointer;
}

.search-bar .bar-key span, .search-bar .bar-key a {
  color: #999;
  line-height: 2.1;
  font-size: 14px;
  line-height: 2.1;
}

.search-bar .bar-key a {
  margin: 0 10px;
  cursor: pointer;
}

.search-bar .bar-key a:hover {
  color: #153b96;
}

.search-bar .bar-icon {
  width: 56px;
  height: 56px;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  margin-left: 70px;
}

.search-bar .bar-icon img {
  width: 100%;
  height: 100%;
}

.search-bar .bar-phone {
  display: inline-block;
  font-size: 0;
}

.search-bar .bar-phone span {
  display: block;
}

.search-bar .bar-phone span:first-of-type {
  font-size: 15px;
  margin-bottom: 15px;
  color: #666;
}

.search-bar .bar-phone span:last-of-type {
  font-size: 30px;
  color: #153b96;
  font-weight: 700;
}

/* 面包屑 */
.crumbs {
  background-color: #fff;
}

.crumbs .crumbs_l {
  padding: 4px 0;
  float: left;
}

.crumbs .crumbs_l img {
  margin-right: 10px;
  vertical-align: middle;
}

.crumbs .crumbs_l a, .crumbs .crumbs_l span {
  vertical-align: middle;
  color: #666;
  font-size: 14px;
  line-height: 2.5;
}

.crumbs .crumbs_l a:hover {
  cursor: pointer;
  color: #153b96;
}

.crumbs .crumbs_l span {
  margin: 10px 0;
}

.crumbs .crumbs_l .pos {
  color: #153b96 !important;
}

.crumbs .crumbs_r {
  float: right;
  position: relative;
}

.crumbs .crumbs_r a {
  cursor: pointer;
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 2.5;
  border: 2px solid transparent;
  padding: 2px 22px;
  position: relative;
}

.crumbs .crumbs_r a:hover {
  border-bottom: 2px solid #153b96;
}

.crumbs .crumbs_r a:hover span {
  color: #153b96;
}

.crumbs .crumbs_r .pos {
  color: #153b96 !important;
  border-bottom: 2px solid #153b96 !important;
}

/* 侧边栏 */
.sidebar {
  width: 64px;
  position: fixed;
  right: 0;
  bottom: 30%;
  z-index: 10;
}

.sidebar .sbar-list {
  width: 100%;
}

.sidebar .sbar-item {
  display: block;
  width: 100%;
  height: 64px;
  cursor: pointer;
  border: 1px solid transparent;
  background-color: #1752bb;
  position: relative;
}

.sidebar .sbar-item:hover .item-layer {
  opacity: 1;
}

.sidebar .sbar-item:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.sidebar .item-layer {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.sidebar .item-icon {
  width: 24px;
  height: 24px;
  margin: 10px auto 5px;
}

.sidebar .item-icon img {
  width: 100%;
}

.sidebar .item-text {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.sidebar .phone-item-detail {
  position: absolute;
  right: -230%;
  top: 0;
  background-color: #1752bb;
  width: 200px;
  height: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 4;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.sidebar .code-item-detail {
  position: absolute;
  right: -230%;
  height: 0;
  top: 0;
  background-color: #1752bb;
  width: 127px;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.sidebar .code-item-detail img {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* 上下返回底部 */
.page_b {
  width: 100%;
  font-size: 0;
}

.page_b .page_bl {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.page_b .page_br {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.page_b .prev, .page_b .next {
  width: 50%;
  display: block;
  line-height: 2;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
}

.page_b .prev:hover, .page_b .next:hover {
  color: #1045a5;
}

.page_b .return {
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  padding: 12px 42px;
  background-color: #1045a5;
  color: #fff;
  border-radius: 20px;
}

/* 详情页底部 */
.section7 {
  width: 100%;
  height: 400px;
  background: url("../images/liqu6.jpg") center center no-repeat;
  background-size: 100% 100%;
  padding: 40px;
  margin-bottom: 50px;
}

.section7 .sec7-title {
  font-weight: 700;
  color: #153b96;
  font-size: 24px;
  text-align: center;
}

.section7 .sec7-guide {
  margin: 20px 0 30px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

.section7 .sec7-box {
  width: 80%;
  margin: 0 auto;
}

.section7 .sec7-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section7 .sec7-box .swiper-slide img {
  width: auto;
  height: 240px;
}

.section8 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

.section8 .sec8-title {
  font-weight: 700;
  color: #153b96;
  font-size: 24px;
}

.section8 .sec8-guide {
  display: inline-block;
  color: #fff;
  background-color: #153b96;
  border-radius: 20px;
  padding: 12px 40px;
  margin: 20px auto;
  font-size: 14px;
}

.section8 .sec8-list {
  width: 100%;
}

.section8 .sec8-item {
  padding: 40px 30px;
  background-color: #f8f8f8;
  text-align: left;
  font-size: 0;
  margin-top: 20px;
}

.section8 .item-icon {
  width: 10%;
  display: inline-block;
  vertical-align: middle;
}

.section8 .item-icon:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.section8 .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.section8 .item-text {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding-left: 30px;
}

.section8 .item-title {
  font-size: 18px;
  color: #153b96;
  font-weight: 700;
  margin-bottom: 10px;
}

.section8 .item-desc img, .section8 .item-desc span {
  vertical-align: middle;
}

.section8 .item-desc p {
  font-size: 14px;
  line-height: 2;
  color: #555;
}

.section9 {
  width: 100%;
  height: 230px;
  background: url("../images/sec9-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 40px;
  margin-bottom: 50px;
}

.section9 .sec9-title {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

.section9 .sec9-guide {
  color: #fff;
  font-size: 14px;
  margin: 20px 0 30px;
  text-align: center;
}

.section9 .sec9-list {
  width: 100%;
  padding: 0 60px;
  font-size: 0;
}

.section9 .sec9-item {
  display: inline-block;
  width: 25%;
}

.section9 .item-icon {
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
}

.section9 .item-icon:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.section9 .item-icon img {
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.section9 .item-text {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
/*# sourceMappingURL=common.css.map */